Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make interpreter creation effectful #227

Merged
merged 1 commit into from
Feb 22, 2020
Merged

Make interpreter creation effectful #227

merged 1 commit into from
Feb 22, 2020

Conversation

ghostdogpr
Copy link
Owner

This will allow validating that the schema is valid according to the spec at the moment we create the interpreter, so that we don't need to check it later at each query execution.

For now, only enum types are validated.

@paulpdaniels I will create individual issues for different rules (directives, etc).

@ghostdogpr ghostdogpr merged commit ba3c60f into master Feb 22, 2020
@ghostdogpr ghostdogpr deleted the schema-validation branch February 23, 2020 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant